home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / unix / amiga / 816 < prev    next >
Encoding:
Text File  |  1996-08-06  |  2.3 KB  |  60 lines

  1. Path: news1.io.org!news
  2. From: kcozens@io.org (Kevin Cozens)
  3. Newsgroups: comp.unix.amiga
  4. Subject: Re: SCSI driver programming?
  5. Date: Tue, 09 Apr 1996 13:04:54 GMT
  6. Organization: Internex Online (io.org), Toronto, Ontario, Canada
  7. Message-ID: <4kdnbr$dhl@news1.io.org>
  8. References: <4j8mrd$108c@news-s01.ny.us.ibm.net> <52v7mw5cqa4.fsf@lystig.control.auc.dk>
  9. NNTP-Posting-Host: dyna-38.net7b.io.org
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. jds@kom.auc.dk (Jes Degn Soerensen) wrote:
  13.  
  14. >>>>>> "Frederick" == Frederick V Heitkamp <heitkamp@ibm.net> writes:
  15.  
  16. >Frederick> I would like to attempt programming a SCSI driver for the
  17. >Frederick> Oktagon 2008 card under Amiga Linux.  I've got a book from
  18. >Frederick> Symbios, an example program that is written towards, a PC
  19. >Frederick> (AT) bus system, the Linux SCSI paper doc, and kernel
  20. >Frederick> sources, and gcc 2.7.2.
  21.  
  22. >Frederick> I am not real sure where to start.  Is the SCSI programming
  23. >Frederick> for Amiga Linux much the same as the PC version?  How do I
  24. >Frederick> find the base address where the chip is located? Any tips
  25. >Frederick> will be appreciated.
  26.  
  27. >I think the best place to start is looking at the NetBSD sources - I
  28. >think they got a driver for that controller.
  29.  
  30. >Jes
  31. >--
  32. >Jes Sorensen: jds@kom.auc.dk         | If programming was ment to be fun,
  33. >              jes@leech.adsp.sub.org | why did they come up with Intel?
  34.  
  35. Yes. The BSD sources are a good place to start.
  36.  
  37. Now before you get all hot and bothered thinking that BSD has an
  38. Oktagon driver, they don't. What they do have is a driver for the
  39. Fastlane card which uses the same controller chip (the 53c94). The big
  40. problem I have right now is knowing the addresses for the registers in
  41. the controller chip. I have been able to obtain the base address for
  42. the card (that part is dead easy). I also want to later (sooner?)
  43. figure out how to get Linux/68k to use the memory I have on the
  44. Oktagon board as part of the system memory. Its not as wide (bit wise)
  45. as the RAM on my A2630 card but it would be great to be able to use it
  46. to minimize swapping down the road.
  47.  
  48.  
  49. Cheers!
  50.  
  51. Kevin.  (http://www.io.org/~kcozens/)
  52.  
  53. In decreasing likelihood of getting mail through to me:
  54.    Internet: kcozens@io.org
  55.     AMPRnet: ve3syb@bbs.ve3rpi.ampr.org
  56.      Packet: ve3syb@va3bbs.#scon.on.ca.na
  57.  
  58. #include <disclaimer/favourite>
  59.  
  60.